Crate dupe

source ·
Expand description

A cheap version of Clone.

Traits

Derive Macros

  • Derive the Clone trait, but without requiring all type arguments to implement Clone.
  • Derive the Copy trait, but without requiring all type arguments to implement Copy.
  • Derive the Dupe trait.
  • Derive the Dupe trait, but without requiring all type arguments to implement Dupe.